Vcenter Vm DataSets UpdateSpec

Vcenter Vm DataSets UpdateSpec
Vcenter Vm DataSets UpdateSpec

The Vcenter Vm DataSets UpdateSpec schema describes attibutes of a data set that can be modified.

This schema was added in vSphere API 8.0.0.0.

JSON Example
{
    "description": "string",
    "host": "string",
    "guest": "string",
    "omit_from_snapshot_and_clone": false
}
string
description
Optional

A description of how the data set is used by its creator. This field can contain up to 1024 bytes.

This property was added in vSphere API 8.0.0.0.

If set, the value is changed.

string
host
Optional

The access control from the host.

For more information see: Vcenter Vm DataSets Access.

This property was added in vSphere API 8.0.0.0.

If set, the value is changed.

string
guest
Optional

The access control from the guest.

For more information see: Vcenter Vm DataSets Access.

This property was added in vSphere API 8.0.0.0.

If set, the value is changed.

boolean
omit_from_snapshot_and_clone
Optional

If set, the data set is considered a property of the virtual machine, and is not included in a snapshot operation or when the virtual machine is cloned. When a virtual machine is reverted to a snapshot, any data set with {@link #omitFromSnapshotAndClone) {@term set} will be destroyed. Any data set with {@link #omitFromSnapshotAndClone} {@term unset} will be restored to the state when the snapshot was created.

This property was added in vSphere API 8.0.0.0.

If set, the value is changed.